home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / text / tex / amiweb2c.lha / AmiWeb2c-2.1 / texmf / pastex / rexx / CEDtoFront.sd < prev    next >
Encoding:
Text File  |  1997-02-09  |  248 b   |  8 lines

  1. /***********************************************
  2. ** Brings CED to front (started from ShowDVI) **
  3. ***********************************************/
  4. If Show('Port','rexx_ced') Then
  5.   Address 'rexx_ced' CedToFront
  6. Else
  7.   Okay1 "CygnusEd läuft nicht!"
  8.